[INFO] cloning repository https://github.com/yamirqroz/autotaskercli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yamirqroz/autotaskercli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyamirqroz%2Fautotaskercli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyamirqroz%2Fautotaskercli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 10703d1e4156245cdc9e0804a8f71981f8005f0a
[INFO] fixing yamirqroz/autotaskercli against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyamirqroz%2Fautotaskercli" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/yamirqroz/autotaskercli
[INFO] finished tweaking git repo https://github.com/yamirqroz/autotaskercli
[INFO] tweaked toml for git repo https://github.com/yamirqroz/autotaskercli written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yamirqroz/autotaskercli on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yamirqroz/autotaskercli already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest Rust 1.98.0-nightly compatible versions
[INFO] [stderr]  Downgrading cron v0.15.0 -> v0.12.1 (available: v0.17.0)
[INFO] [stderr]       Adding minimal-lexical v0.2.1
[INFO] [stderr]       Adding nom v7.1.3
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cron v0.12.1
[INFO] [stderr]   Downloaded fern v0.6.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2d7c8b0bbda8e35a73f9b96f8debc197af527721770ec2c9ef7cf9bb6b6a95bd
[INFO] running `Command { std: "docker" "start" "2d7c8b0bbda8e35a73f9b96f8debc197af527721770ec2c9ef7cf9bb6b6a95bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2d7c8b0bbda8e35a73f9b96f8debc197af527721770ec2c9ef7cf9bb6b6a95bd" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2d7c8b0bbda8e35a73f9b96f8debc197af527721770ec2c9ef7cf9bb6b6a95bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2d7c8b0bbda8e35a73f9b96f8debc197af527721770ec2c9ef7cf9bb6b6a95bd" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]     Checking winnow v0.7.11
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]     Checking clap_builder v4.5.40
[INFO] [stderr]     Checking fern v0.6.2
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking cron v0.12.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]     Checking tokio v1.45.1
[INFO] [stderr]     Checking clap v4.5.40
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking autotasker v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function `borrar_temporales` in this scope
[INFO] [stdout]    --> src/main.rs:131:37
[INFO] [stdout]     |
[INFO] [stdout] 131 |                     if let Err(e) = borrar_temporales(&tarea.parametro.unwrap_or_default()) {
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `ejecutar_demonio` in this scope
[INFO] [stdout]    --> src/main.rs:65:13
[INFO] [stdout]     |
[INFO] [stdout]  65 |             ejecutar_demonio().await?;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 | async fn ejecutar_dem() -> Result<(), Box<dyn std::error::Error>> {
[INFO] [stdout]     | ----------------------------------------------------------------- similarly named function `ejecutar_dem` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout]  65 -             ejecutar_demonio().await?;
[INFO] [stdout]  65 +             ejecutar_dem().await?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `borrar_temporales` in this scope
[INFO] [stdout]    --> src/main.rs:131:37
[INFO] [stdout]     |
[INFO] [stdout] 131 |                     if let Err(e) = borrar_temporales(&tarea.parametro.unwrap_or_default()) {
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error to `std::io::Error`
[INFO] [stdout]    --> src/main.rs:100:66
[INFO] [stdout]     |
[INFO] [stdout]  97 | fn cargar_configuracion() -> Result<Configuracion, std::io::Error> {
[INFO] [stdout]     |                              ------------------------------------- expected `std::io::Error` because of this
[INFO] [stdout] ...
[INFO] [stdout] 100 |     let configuracion: Configuracion = toml::from_str(&contenido)?;
[INFO] [stdout]     |                                        --------------------------^ the trait `From<toml::de::Error>` is not implemented for `std::io::Error`
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        this can't be annotated with `?` because it has type `Result<_, toml::de::Error>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout]     = help: `std::io::Error` implements trait `From<T>`:
[INFO] [stdout]               From<AsyncFdTryNewError<T>>
[INFO] [stdout]               From<Elapsed>
[INFO] [stdout]               From<IntoInnerError<W>>
[INFO] [stdout]               From<JoinError>
[INFO] [stdout]               From<NulError>
[INFO] [stdout]               From<TryReserveError>
[INFO] [stdout]               From<bytes::TryGetError>
[INFO] [stdout]               From<runtime::blocking::pool::SpawnError>
[INFO] [stdout]             and 2 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Configuracion: Serialize` is not satisfied
[INFO] [stdout]    --> src/main.rs:113:39
[INFO] [stdout]     |
[INFO] [stdout] 113 |     let toml_string = toml::to_string(&configuracion)?;
[INFO] [stdout]     |                       --------------- ^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Serialize` is not implemented for `Configuracion`
[INFO] [stdout]    --> src/main.rs:41:1
[INFO] [stdout]     |
[INFO] [stdout]  41 | struct Configuracion {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `Configuracion` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 135 others
[INFO] [stdout] note: required by a bound in `toml::to_string`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/mod.rs:58:8
[INFO] [stdout]     |
[INFO] [stdout]  56 | pub fn to_string<T>(value: &T) -> Result<String, Error>
[INFO] [stdout]     |        --------- required by a bound in this function
[INFO] [stdout]  57 | where
[INFO] [stdout]  58 |     T: serde::ser::Serialize + ?Sized,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^ required by this bound in `to_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error to `std::io::Error`
[INFO] [stdout]    --> src/main.rs:113:54
[INFO] [stdout]     |
[INFO] [stdout] 105 | fn agregar_tarea(nombre: String, horario: String, accion: String) -> Result<(), std::io::Error> {
[INFO] [stdout]     |                                                                      -------------------------- expected `std::io::Error` because of this
[INFO] [stdout] ...
[INFO] [stdout] 113 |     let toml_string = toml::to_string(&configuracion)?;
[INFO] [stdout]     |                       -------------------------------^ the trait `From<toml::ser::Error>` is not implemented for `std::io::Error`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this can't be annotated with `?` because it has type `Result<_, toml::ser::Error>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout]     = help: `std::io::Error` implements trait `From<T>`:
[INFO] [stdout]               From<AsyncFdTryNewError<T>>
[INFO] [stdout]               From<Elapsed>
[INFO] [stdout]               From<IntoInnerError<W>>
[INFO] [stdout]               From<JoinError>
[INFO] [stdout]               From<NulError>
[INFO] [stdout]               From<TryReserveError>
[INFO] [stdout]               From<bytes::TryGetError>
[INFO] [stdout]               From<runtime::blocking::pool::SpawnError>
[INFO] [stdout]             and 2 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `ejecutar_demonio` in this scope
[INFO] [stdout]    --> src/main.rs:65:13
[INFO] [stdout]     |
[INFO] [stdout]  65 |             ejecutar_demonio().await?;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 | async fn ejecutar_dem() -> Result<(), Box<dyn std::error::Error>> {
[INFO] [stdout]     | ----------------------------------------------------------------- similarly named function `ejecutar_dem` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout]  65 -             ejecutar_demonio().await?;
[INFO] [stdout]  65 +             ejecutar_dem().await?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error to `std::io::Error`
[INFO] [stdout]    --> src/main.rs:100:66
[INFO] [stdout]     |
[INFO] [stdout]  97 | fn cargar_configuracion() -> Result<Configuracion, std::io::Error> {
[INFO] [stdout]     |                              ------------------------------------- expected `std::io::Error` because of this
[INFO] [stdout] ...
[INFO] [stdout] 100 |     let configuracion: Configuracion = toml::from_str(&contenido)?;
[INFO] [stdout]     |                                        --------------------------^ the trait `From<toml::de::Error>` is not implemented for `std::io::Error`
[INFO] [stdout]     |                                        |
[INFO] [stdout]     |                                        this can't be annotated with `?` because it has type `Result<_, toml::de::Error>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout]     = help: `std::io::Error` implements trait `From<T>`:
[INFO] [stdout]               From<AsyncFdTryNewError<T>>
[INFO] [stdout]               From<Elapsed>
[INFO] [stdout]               From<IntoInnerError<W>>
[INFO] [stdout]               From<JoinError>
[INFO] [stdout]               From<NulError>
[INFO] [stdout]               From<TryReserveError>
[INFO] [stdout]               From<bytes::TryGetError>
[INFO] [stdout]               From<runtime::blocking::pool::SpawnError>
[INFO] [stdout]             and 2 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Configuracion: Serialize` is not satisfied
[INFO] [stdout]    --> src/main.rs:113:39
[INFO] [stdout]     |
[INFO] [stdout] 113 |     let toml_string = toml::to_string(&configuracion)?;
[INFO] [stdout]     |                       --------------- ^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Serialize` is not implemented for `Configuracion`
[INFO] [stdout]    --> src/main.rs:41:1
[INFO] [stdout]     |
[INFO] [stdout]  41 | struct Configuracion {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: for local types consider adding `#[derive(serde::Serialize)]` to your `Configuracion` type
[INFO] [stdout]     = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stdout]     = help: the following other types implement trait `Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T,)
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]             and 135 others
[INFO] [stdout] note: required by a bound in `toml::to_string`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/ser/mod.rs:58:8
[INFO] [stdout]     |
[INFO] [stdout]  56 | pub fn to_string<T>(value: &T) -> Result<String, Error>
[INFO] [stdout]     |        --------- required by a bound in this function
[INFO] [stdout]  57 | where
[INFO] [stdout]  58 |     T: serde::ser::Serialize + ?Sized,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^ required by this bound in `to_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `?` couldn't convert the error to `std::io::Error`
[INFO] [stdout]    --> src/main.rs:113:54
[INFO] [stdout]     |
[INFO] [stdout] 105 | fn agregar_tarea(nombre: String, horario: String, accion: String) -> Result<(), std::io::Error> {
[INFO] [stdout]     |                                                                      -------------------------- expected `std::io::Error` because of this
[INFO] [stdout] ...
[INFO] [stdout] 113 |     let toml_string = toml::to_string(&configuracion)?;
[INFO] [stdout]     |                       -------------------------------^ the trait `From<toml::ser::Error>` is not implemented for `std::io::Error`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this can't be annotated with `?` because it has type `Result<_, toml::ser::Error>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait
[INFO] [stdout]     = help: `std::io::Error` implements trait `From<T>`:
[INFO] [stdout]               From<AsyncFdTryNewError<T>>
[INFO] [stdout]               From<Elapsed>
[INFO] [stdout]               From<IntoInnerError<W>>
[INFO] [stdout]               From<JoinError>
[INFO] [stdout]               From<NulError>
[INFO] [stdout]               From<TryReserveError>
[INFO] [stdout]               From<bytes::TryGetError>
[INFO] [stdout]               From<runtime::blocking::pool::SpawnError>
[INFO] [stdout]             and 2 others
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `autotasker` (bin "autotasker") due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0277, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `autotasker` (bin "autotasker" test) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "2d7c8b0bbda8e35a73f9b96f8debc197af527721770ec2c9ef7cf9bb6b6a95bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d7c8b0bbda8e35a73f9b96f8debc197af527721770ec2c9ef7cf9bb6b6a95bd", kill_on_drop: false }`
[INFO] [stdout] 2d7c8b0bbda8e35a73f9b96f8debc197af527721770ec2c9ef7cf9bb6b6a95bd
